Test Series - computer fundamental

Test Number 57/95

Q: Maintenance and review add to the useful life of the system but can consume large amounts of __________
A. Documents
B. Soft wares
C. Devices
D. Resources
Solution: They consume a large amount of resources. They can benefit from the methods and project management techniques though which are applied to the systems development.
Q: File and database contains the frequency component.
A. True
B. False
C. none
D. ..
Solution: The statement is false. Frequency is a part of output design. File design contains capabilities and organization.
Q: This is not a part of the signing on the procedure.
A. Identification
B. Verification
C. Execution
D. Authorization
Solution: Signing on is a part of special system design considerations. It does not involve a step of execution. It involves identification, verification and authorization.
Q: A __________ is a noted set of activities that are executed on the software in order to confirm its behavior to certain set of inputs.
A. Process
B. Document
C. Use case
D. Test case
Solution: A test case is basically a documented set of activities that are carried out on the software in order to confirm its functionality to certain given inputs. Each test case would in turn have steps to address how we can check a particular test condition is satisfied or not.
Q: A type of testing that is conducted at the software interface.
A. gray box
B. black box
C. red box
D. white box
Solution: Black box testing is conducted at the software interface. White box testing is predicted on close examination of procedural details.
Q: A simple notation for the representation of control flow.
A. System flow
B. Flow graph
C. Flow program
D. System program
Solution: The flow graph depicts logical control flow. Each circle in a flow graph is called a flow graph node, represents one or more procedural statements.
Q: A software metric that provides a quantitative measure of the logical complexity of a program.
A. Cyclomatic complexity
B. Index matrix
C. Quantitative complexity
D. System complexity
Solution: The number of regions of the flow graph corresponds to the cyclomatic complexity. All other options are invalid.
Q: An expression for the calculation of cyclomatic complexity.
A. V(G) = E – N + 2
B. V(G) = E + N + 2
C. V(G) = E – N – 2
D. V(G) = E + N – 2
Solution: The option V(G) = E – N + 2 denotes the correct expression. Here, E is the number of flow graph edges. N is the number of flow graph nodes.
Q: The probability of failure-free operation of a software application in a specified environment for a specified time.
A. Software Reliability
B. Software Quality
C. Software availability
D. Software Safety
Solution: The answer is software reliability. It is estimated using historical and development data.
Q: SCM stands for __________
A. Software configuration monitoring
B. System configuration management
C. Software configuration management
D. System configuration monitoring
Solution: Software configuration management (SCM), also called change management, is a set of activities designed to manage change by identifying the work products that are likely to change.

You Have Score    /10